home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / delarray < prev    next >
Text File  |  2001-03-21  |  422b  |  19 lines

  1. Synopsis:
  2.    $delarray(<array>)
  3.  
  4. Technical:
  5.    This function removes all items in an array created with $setitem(),
  6.    having the effect of deleting the array.
  7.  
  8. Practical:
  9.    This function deletes an array.  Generally this is most useful when
  10.    cleaning up after a script.
  11.  
  12. Returns:
  13.    -1   error, array does not exist
  14.     0   array deleted successfully
  15.  
  16. See Also:
  17.    Arrays(7); delitem(6); setitem(6)
  18.  
  19.